PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / setSubmitFields Method
True if the fields should be submitted, false if the fields in the list should be omitted.
In This Topic
    setSubmitFields Method
    In This Topic
    Sets a value indicating whether the fields should be submitted or not.
    Syntax
    public void setSubmitFields( 
       boolean value
    )

    Parameters

    value
    True if the fields should be submitted, false if the fields in the list should be omitted.
    See Also